home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
dev
/
src
/
wangisrc.lha
/
wangi
/
z
/
YourFault
/
Install_YourFault
< prev
next >
Wrap
Text File
|
1995-11-13
|
901b
|
41 lines
; YourFault Install script for use with CBM installer.
; $VER: YourFault_Install />Version YourFault NN ND<\
(set @default-dest "SYS:WBStartup")
; copy yourfault to wbstartup
(copylib
(prompt "Copying YourFault")
(confirm)
(help @copylib-help)
(source "YourFault")
(infos)
(noposition)
(dest @default-dest)
)
; Ask where to put the string file
(set stringsdest
(askdir
(prompt 'Where will I install the example fault strings file to?')
(help @askdir-help)
(default 'S:')
)
)
; copy FaultStrings to stringsdest
(copyfiles
(prompt "Copying FaultStrings (Remember to edit them later...:)")
(help @copylib-help)
(source "FaultStrings")
(dest stringsdest)
)
(Tooltype
(dest "SYS:WBStartup/YourFault")
(settooltype "DONOTWAIT" "")
(settooltype "FROM" (Tackon stringsdest "FaultStrings"))
)
; and exit :)
(exit "A reboot is required.\nI hope you find YourFault fun!\nLSK _\\\\//")